home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Context / VBScript.DEF < prev    next >
Text File  |  2003-08-30  |  11KB  |  195 lines

  1. ; PSPad clip definition file for VBScript
  2. ;
  3. ; author: ing. Jan Fiala pspad@wo.cz
  4. ; last revision : 30.8.2003
  5. ;
  6. [Add | Adds a key and item pair to a Dictionary object]
  7. Add |key, item
  8. [Add | Adds a new Folder to a Folders collection]
  9. Add(|folderName)
  10. [BuildPath | Appends a name to an existing path]
  11. BuildPath(|path, name)
  12. [Clear | Clears all property settings of the Err object]
  13. Clear|
  14. [Close | Closes an open TextStream file]
  15. Close|
  16. [Copy | Copies a specified file or folder from one location to another]
  17. Copy destination|[, overwrite]
  18. [CopyFile | Copies one or more files from one location to another]
  19. CopyFile source, destination|[, overwrite]
  20. [CopyFolder | Recursively copies a folder from one location to another]
  21. CopyFolder source, destination|[, overwrite]
  22. [CreateFolder | Creates a folder]
  23. CreateFolder(|foldername)
  24. [CreateTextFile | Creates a specified file name and returns a TextStream object that can be used to read from or write to the file]
  25. CreateTextFile(|filename[, overwrite[, unicode]])
  26. [Delete | Deletes a specified file or folder]
  27. Delete |force
  28. [DeleteFile | Deletes a specified file]
  29. DeleteFile filespec|[, force]
  30. [DeleteFolder | Deletes a specified folder and its contents]
  31. DeleteFolder folderspec|[, force]
  32. [DriveExists | Returns True if the specified drive exists; False if it does not]
  33. DriveExists(|drivespec)
  34. [Execute | Executes a regular expression search against a specified string]
  35. Execute(|string)
  36. [Exists | Returns True if a specified key exists in the Dictionary object, False if it does not]
  37. Exists(|key)
  38. [FileExists | Returns True if a specified file exists; False if it does not]
  39. FileExists(|filespec)
  40. [FolderExists | Returns True if a specified folder exists; False if it does not]
  41. FolderExists(|folderspec)
  42. [GetAbsolutePathName | Returns a complete and unambiguous path from a provided path specification]
  43. GetAbsolutePathName(|pathspec)
  44. [GetBaseName | Returns a string containing the base name of the file (less any file extension), or folder in a provided path specification]
  45. GetBaseName(|path)
  46. [GetDrive | Returns a Drive object corresponding to the drive in a specified path]
  47. GetDrive |drivespec
  48. [GetDriveName | Returns a string containing the name of the drive for a specified path]
  49. GetDriveName(|path)
  50. [GetExtensionName | Returns a string containing the extension name for the last component in a path]
  51. GetExtensionName(|path)
  52. [GetFile | Returns a File object corresponding to the file in a specified path]
  53. GetFile(|filespec)
  54. [GetFileName | Returns the last file name or folder of a specified path that is not part of the drive specification]
  55. GetFileName(|pathspec)
  56. [GetFolder | Returns a Folder object corresponding to the folder in a specified path]
  57. GetFolder(|folderspec)
  58. [GetParentFolderName | Returns a string containing the name of the parent folder of the last file or folder in a specified path]
  59. GetParentFolderName(|path)
  60. [GetSpecialFolder | Returns the special folder specified]
  61. GetSpecialFolder(|folderspec)
  62. [GetTempName | Returns a randomly generated temporary file or folder name that is useful for performing operations that require a temporary file or folder]
  63. GetTempName|
  64. [Items | Returns an array containing all the items in a Dictionary object]
  65. Items|
  66. [Keys | Returns an array containing all existing keys in a Dictionary object]
  67. Keys|
  68. [Move | Moves a specified file or folder from one location to another]
  69. Move |destination
  70. [MoveFile | Moves one or more files from one location to another]
  71. MoveFile |source, destination
  72. [MoveFolder | Moves one or more folders from one location to another]
  73. MoveFolder |source, destination
  74. [OpenAsTextStream | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
  75. OpenAsTextStream(|[iomode, [format]])
  76. [OpenTextFile | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file]
  77. OpenTextFile(|filename[, iomode[, create[, format]]])
  78. [Raise | Generates a run-time error]
  79. Raise(|number, source, description, helpfile, helpcontext)
  80. [Read | Reads a specified number of characters from a TextStream file and returns the resulting string]
  81. Read(|characters)
  82. [ReadAll | Reads an entire TextStream file and returns the resulting string]
  83. ReadAll|
  84. [ReadLine | Reads an entire line (up to, but not including, the newline character) from a TextStream file and returns the resulting string]
  85. ReadLine|
  86. [Remove | Removes a key, item pair from a Dictionary object]
  87. Remove(|key)
  88. [RemoveAll | The RemoveAll method removes all key, item pairs from a Dictionary object]
  89. RemoveAll|
  90. [Replace | Replaces text found in a regular expression search]
  91. Replace(|string1, string2)
  92. [Skip | Skips a specified number of characters when reading a TextStream file]
  93. Skip(|characters)
  94. [SkipLine | Skips the next line when reading a TextStream file]
  95. SkipLine|
  96. [Test | Executes a regular expression search against a specified string and returns a Boolean value that indicates if a pattern match was found]
  97. Test(|string)
  98. [Write | Writes a specified string to a TextStream file]
  99. Write(|string)
  100. [WriteBlankLines | Writes a specified number of newline characters to a TextStream file]
  101. WriteBlankLines(|lines)
  102. [WriteLine | Writes a specified string and newline character to a TextStream file]
  103. WriteLine(|[string])
  104. [AtEndOfLine | Returns True if the file pointer immediately precedes the end-of-line marker in a TextStream file; False if it is not. Read-only]
  105. AtEndOfLine|
  106. [AtEndOfStream | Returns True if the file pointer is at the end of a TextStream file; False if it is not. Read-only]
  107. AtEndOfStream|
  108. [Attributes | Sets or returns the attributes of files or folders. Read/write or read-only, depending on the attribute]
  109. Attributes |[= newattributes]
  110. [AvailableSpace | Returns the amount of space available to a user on the specified drive or network share]
  111. AvailableSpace|
  112. [Column | Read-only property that returns the column number of the current character position in a TextStream file]
  113. Column|
  114. [CompareMode | Sets and returns the comparison mode for comparing string keys in a Dictionary object]
  115. CompareMode|[ = compare]
  116. [Count | Returns the number of items in a collection or Dictionary object. Read-only]
  117. Count|
  118. [DateCreated | Returns the date and time that the specified file or folder was created. Read-only]
  119. DateCreated|
  120. [DateLastAccessed | Returns the date and time that the specified file or folder was last accessed. Read-only]
  121. DateLastAccessed|
  122. [DateLastModified | Returns the date and time that the specified file or folder was last modified. Read-only]
  123. DateLastModified|
  124. [Description | Returns or sets a descriptive string associated with an error]
  125. Description |[= stringexpression]
  126. [Drive | Returns the drive letter of the drive on which the specified file or folder resides. Read-only]
  127. Drive|
  128. [DriveLetter | Returns the drive letter of a physical local drive or a network share. Read-only]
  129. DriveLetter|
  130. [Drives | Returns a Drives collection consisting of all Drive objects available on the local machine]
  131. Drives|
  132. [DriveType | Returns a value indicating the type of a specified drive]
  133. DriveType|
  134. [Files | Returns a Files collection consisting of all File objects contained in the specified folder, including those with hidden and system file attributes set]
  135. Files|
  136. [FileSystem | Returns the type of file system in use for the specified drive]
  137. FileSystem|
  138. [FirstIndex | Returns the position in a search string where a match occurs]
  139. FirstIndex|
  140. [FreeSpace | Returns the amount of free space available to a user on the specified drive or network share. Read-only]
  141. FreeSpace|
  142. [Global | Sets or returns a Boolean value that indicates if a pattern should match all occurrences in an entire search string or just the first one]
  143. Global |[= True | False ]
  144. [HelpContext | Sets or returns a context ID for a topic in a Help File]
  145. HelpContext |[= contextID]
  146. [HelpFile | Sets or returns a fully qualified path to a Help File]
  147. HelpFile |[= contextID]
  148. [IgnoreCase | Sets or returns a Boolean value that indicates if a pattern search is case-sensitive or not]
  149. IgnoreCase |[= True | False ]
  150. [IsReady | Returns True if the specified drive is ready; False if it is not]
  151. IsReady|
  152. [IsRootFolder | Returns True if the specified folder is the root folder; False if it is not]
  153. IsRootFolder|
  154. [Item | Sets or returns an item for a specified key in a Dictionary object. For collections, returns an item based on the specified key. Read/write]
  155. Item(|key) [= newitem]
  156. [Key | Sets a key in a Dictionary object]
  157. Key(|key) = newkey
  158. [Length | Returns the length of a match found in a search string]
  159. Length|
  160. [Line | Read-only property that returns the current line number in a TextStream file]
  161. Line|
  162. [Name | Sets or returns the name of a specified file or folder. Read/write]
  163. Name |[= newname]
  164. [Number | Returns or sets a numeric value specifying an error. Number is the Err object's default property]
  165. Number |[= errornumber]
  166. [ParentFolder | Returns the folder object for the parent of the specified file or folder. Read-only]
  167. ParentFolder|
  168. [Path | Returns the path for a specified file, folder, or drive]
  169. Path|
  170. [Pattern | Sets or returns the regular expression pattern being searched for]
  171. Pattern |[= "searchstring"]
  172. [RootFolder | Returns a Folder object representing the root folder of a specified drive. Read-only]
  173. RootFolder|
  174. [SerialNumber | Returns the decimal serial number used to uniquely identify a disk volume]
  175. SerialNumber|
  176. [ShareName | Returns the network share name for a specified drive]
  177. ShareName|
  178. [ShortName | Returns the short name used by programs that require the earlier 8.3 naming convention]
  179. ShortName|
  180. [ShortPath | Returns the short path used by programs that require the earlier 8.3 file naming convention]
  181. ShortPath|
  182. [Size | For files, returns the size, in bytes, of the specified file. For folders, returns the size, in bytes, of all files and subfolders contained in the folder]
  183. Size|
  184. [Source | Returns or sets the name of the object or application that originally generated the error]
  185. Source |[= stringexpression]
  186. [SubFolders | Returns a Folders collection consisting of all folders contained in a specified folder, including those with Hidden and System file attributes set]
  187. SubFolders|
  188. [TotalSize | Returns the total space, in bytes, of a drive or network share]
  189. TotalSize|
  190. [Type | Returns information about the type of a file or folder. For example, for files ending in .TXT, "Text Document" is returned]
  191. Type|
  192. [Value | Returns the value or text of a match found in a search string]
  193. Value|
  194. [VolumeName | Sets or returns the volume name of the specified drive. Read/write]
  195. VolumeName |[= newname]